home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 4: General Hein.iso
/
pc
/
assets
/
hein-photogallery.dcr
/
00032_Invisible on MAC.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-22
|
182 b
|
14 lines
property pSpr
on beginSprite me
pSpr = sprite(me.spriteNum)
if the platform contains "win" then
else
pSpr.visible = 0
end if
end
on endSprite me
pSpr.visible = 1
end